home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global md1
- go(marker(0) + 1)
- if the movieTime of sprite 2 > md1 then
- set the movieRate of sprite 2 to -0.5
- end if
- if the movieTime of sprite 2 < 5 then
- set the movieRate of sprite 2 to 0.5
- end if
- Navi()
- end
-